.main{ padding: 3% 0;}
.clear{ clear: both;}
.content{ line-height: 2.5rem; padding: 2% 0 0;}

.img-cover-4by3{ width: 100%; height: 0; padding-bottom: 80%; position: relative; overflow: hidden;}
.abs-center{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}
.bj{ background: url(../images/bj.png) no-repeat center bottom; background-size: 100%;}


#dituContent label {
    max-width: unset!important;
    text-align: center;
}

/*头部*/
#top_line_bj{ line-height: 40px; background: #f2f2f2; width: 100%;}
#top_index{ background: #fff; height: auto; padding: 1% 0;}
#logo{ text-align: left;}
#logo img{ max-width: 100%;}
#top_tel{ background: url(../images/top_tel.png) no-repeat left top; font-size: 30px; font-weight: bold; color: #3a3d90; padding: 24px 0 0 60px; float: right;}
#top_tel span{ color: #666666; font-size: 16px; font-weight: normal;}
@media screen and (max-width:768px){
	#top_index{ padding: 3% 0;}
	#logo{ text-align: left;}
}

#nav_bj{ background: #1babf7; line-height: 60px;}
#nav_bj ul{ margin: 0 auto !important;}
#nav_bj li{ float: left; width: 130px; color: #fff; text-align: center; position: relative; overflow: hidden;}
#nav_bj li a{ display: block; width: 130px; height: 60px; z-index: 1; position: relative; color: #fff; font-size: 16px;}
#nav_bj li::after{width: 200px; height: 200px; border-radius: 100%; content: ''; position: absolute; right:0; bottom:0; transition: all .5s; background: #005ed3;opacity: 0;}
#nav_bj li:hover::after{width: 100%;height: 100%; transform: scale(2); opacity: 1;}
#nav_bj li a{ color: #fff;}
@media (min-width: 768px) and (max-width: 1200px){
	#nav_bj li{ width: 121px;}
}
@media screen and (max-width:768px){
	#nav_bj{ line-height: 40px;}
	#nav_bj li{ width: 25%;}
}

#sj_nav{ width:100%; background: #00815f; height: 72px;}
#sj_nav a{ display:block; float:left; width: 25%; border-bottom: 1px solid #329755; background: url(../images/nav_line.png) no-repeat right top; height:36px; line-height:36px; text-align:center; color:#fff !important;}
.sp_nav{width:50px;float:right;position:fixed; right: 10px; z-index: 999; background: #333; cursor:pointer;height:40px;margin-top:15px}
.sp_nav span{display:block;background:#fff;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:10px}
.sp_nav span:nth-of-type(2){top:20px}
.sp_nav span:nth-of-type(3){top:30px}
.sp_nav_se span:nth-of-type(1){top:20px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:20px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background:#eee;width:100%;height:100vh;font-size:14px;line-height:40px;top:-100%; padding-top: 90px; left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.nav_show{top:0;}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #ddd solid;margin-left:20px;position:relative;line-height:40px;font-size:14px; text-transform: uppercase;}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#666;width:80%; text-transform: uppercase;}
.sjj_nav ul li ul li a{color:#999;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#555;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#c9141e}
.sjj_nav ul li ul li>ul{margin-left:10px}


#banner img{ width: 100%;}

.slideBox{ position:relative; overflow:hidden; margin:0 auto;  max-width:640px;/* 设置焦点图最大宽度 */ }
.slideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:0; right:0; z-index:1; }
.slideBox .hd li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#333; text-indent:-9999px; overflow:hidden; margin:0 6px;   }
.slideBox .hd li.on{ background:#fff;  }
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; text-align:center; height:auto; overflow:hidden;  }
.slideBox .bd li img{  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; color:#fff;  text-align:left;  }


.slideBox1{ position:relative; overflow:hidden; margin:0 auto;  width:100%;/* 设置焦点图最大宽度 */ }
.slideBox1 .hd{ position:absolute; height:28px; line-height:28px; bottom:0; right:0; z-index:1; }
.slideBox1 .hd li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#333; text-indent:-9999px; overflow:hidden; margin:0 6px;   }
.slideBox1 .hd li.on{ background:#fff;  }
.slideBox1 .bd{ position:relative; z-index:0; }
.slideBox1 .bd li{ position:relative; text-align:center; height:auto; overflow:hidden;  }
.slideBox1 .bd li img{  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
.slideBox1 .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
.slideBox1 .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; color:#fff;  text-align:left;  }





/*底部*/
#end_line_bj{ background: #353535; height: 50px; width: 100%; text-align: center; color: #fff; line-height: 50px;}
#end_bj{ background: url(../images/end_bj.jpg) no-repeat center top; width: 100%; height: auto; padding: 1% 0 0%;}
#end_logo{ border-right: 1px solid #515151;}
#end_logo p{ color: #fff; padding-top: 35px; font-size: 24px; font-weight: bold;}
#end_logo p span{ font-size: 14px; font-weight: normal;}
#end_logo p span:nth-of-type(2){ font-size: 16px;}

#end_nav{ border-right: 1px solid #515151; padding: 0 40px;}
#end_bj .tit{ color: #fff; font-size: 16px; font-weight: bold;}
#end_nav ul{ padding-top: 20px;}
#end_nav ul li{ float: left; color: #fff; width: 50%; line-height: 30px;}
#end_nav ul li a{ color: #fff;}
#end_lx{ color: #fff; border-right: 1px solid #515151; padding: 0 40px;}
#end_lx .content{ padding-top: 20px; line-height: 28px !important;}
#end_wx{ padding: 0 0 0 40px;}
#end_wx .content{ padding-top: 20px;}

@media screen and (max-width:768px){
	#end_nav ul li{ width: 25%;}
	#end_bj{ padding: 2% 0;}
	#end_nav,#end_lx{ padding: 0 15px;}
	#end_nav ul{ padding-top: 0;}
	#end_lx .content{ padding: 10px 0;}
	#end_lx{ background: url(../images/wx.jpg) no-repeat right center; background-size: 25%;}
}


.footer{ height:60px; overflow: hidden; right:0; bottom:0; float:left; z-index: 20; width:100%; position: fixed; background-color:#323232;}
.f1{ width:100%; background:url(../images/lx1.png) no-repeat center 20%;  background-size: 25px; height:100%; float:left;  text-align:center;}
.f2{ width:100%; background:url(../images/lx2.png) no-repeat center 20%; background-size: 25px;  height:100%; float:left; text-align:center;}
.f3{ width:100%; background:url(../images/lx3.png) no-repeat 30% center;  background-size: 25px; padding-left: 20%; height:100%; float:left; text-align:center;}
.f4{ width:100%; background:url(../images/lx4.png) no-repeat 30% center #004ea1; padding-left: 20%; background-size: 25px; height:100%; float:left; text-align:center;}
.footer a{ color:#fff !important; display: block; width: 50%; height: 100%;float: left; line-height:60px; text-align: center; background-color:#323232;}
.kb50{ height: 60px;}
.kb10{ height: 10px;}
.red{ color: #fc9202;}





/*首页*/
.tit_in{ text-align: center;}
.tit_in p{ color: #333333; font-size: 40px; padding-bottom: 10px;}
.tit_in p span{ font-weight: bold; color: #0891e1;}
.tit_in i{ display: block; background: url(../images/top_line.png) no-repeat center; font-size: 24px; color: #666666;}
@media screen and (max-width:768px){
	.tit_in p{ font-size: 26px;}
	.tit_in i{ font-size: 22px;}
}

.tit_in1{ text-align: center;}
.tit_in1 p{ color: #333333; font-size: 40px; padding-bottom: 10px;}
.tit_in1 p span{ font-weight: bold; color: #0891e1;}
.tit_in1 i{ display: block; background: url(../images/top_line1.png) no-repeat center; font-size: 24px; color: #666666;}
@media screen and (max-width:768px){
	.tit_in1 p{ font-size: 26px;}
	.tit_in1 i{ font-size: 22px;}
}

#dzfa{ padding-top: 30px;}
#dzfa li{ text-align: center; transition:0.3s; padding: 30px 0; cursor: pointer;}
#dzfa li .pic{ width: 90px; height: 90px; overflow: hidden; margin: 0 auto;}
#dzfa li .pic img{ float: left; margin-left: 0; transition:0.3s;}
#dzfa li p{ color: #333333; font-size: 30px; padding: 20px 0 10px;}
#dzfa li .content{ color: #777777; font-size: 16px; line-height: 30px; height: 100px;}
#dzfa li .more{ height: 40px; line-height: 40px; background: #0891e1; width: 40%; color: #fff; margin: 20px auto; border-radius: 20px; border: 1px solid #0891e1;}
#dzfa .col-xs-12{ position: relative;}
#dzfa .col-xs-12::before{ content: ''; position: absolute; left: 0; top: 10%; width: 1px; height: 80%; background: #e6e6e6;}
#dzfa .col-xs-12:nth-of-type(1):before{ background: none;}
#dzfa li:hover{ background: #0891e1;}
#dzfa li:hover .pic img{ margin-left: -90px;}
#dzfa li:hover p{ color: #fff;}
#dzfa li:hover .content{ color: #fff;}
#dzfa li:hover .more{ border:1px solid #fff; color: #fff;}

@media (min-width: 768px) and (max-width: 1200px){
	#dzfa li .content{ font-size: 14px;}
}
@media screen and (max-width:768px){
	#dzfa .col-xs-12:before{ background: none;}
	#dzfa li{ border:1px solid #e6e6e6; margin-bottom: 20px;}
}

#cpbj{ background: url(../images/cpbj.png) no-repeat center top;}
#cpbj .main{ padding-bottom: 0;}
#ssnr{ background: url(../images/ss.png) no-repeat left center; padding-left: 30px;}
#ssnr a{ padding-right: 10px;}

.slideTxtBox_cp{ text-align:left; margin-top: 1%;}
.slideTxtBox_cp .hd{ height: auto; position:relative; background: #fff; padding: 10px 0;}
.slideTxtBox_cp .hd ul{ height:auto; margin: 0 auto !important;}
.slideTxtBox_cp .hd ul li{ float: left; background: url(../images/cpicon.png) no-repeat 20px center; width: 100%; height: 35px; line-height: 35px; text-align: left; cursor:pointer; padding-left: 40px; color: #636363 !important; transition:0.3s;}
.slideTxtBox_cp .hd ul li a{ color: #636363 !important;}
.slideTxtBox_cp .hd ul li.on{ height: 35px; background: url(../images/cpicon1.png) no-repeat 20px center #0891e1; color: #fff !important; border-radius: 20px;}
.slideTxtBox_cp .hd ul li.on a{ color: #fff !important;}
.slideTxtBox_cp .bd ul{ padding: 1% 0 0;  zoom:1;  }
.slideTxtBox_cp .bd li{ text-align:center; transition:0.3s; overflow: hidden; margin-bottom: 8%; }
.slideTxtBox_cp .bd li .pic{ display: block; width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}
.slideTxtBox_cp .bd li .pic img{ transition: 0.3s; width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}
.slideTxtBox_cp .bd li .tit{ padding: 0 3%; transition: 0.3s; line-height: 4.5rem; color: #333333; }
.slideTxtBox_cp .bd li .tit p{ text-align: center; font-size: 18px; padding-top: 10px; height: 40px; line-height: 40px; font-weight: bold; color: #333333; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.slideTxtBox_cp .bd li .tit span{ display: inline-block; background: url(../images/cpicon.png) no-repeat left; padding-left: 20px;}
.slideTxtBox_cp .bd li dl{ text-align: center;}
.slideTxtBox_cp .bd li dl dt{ display: inline-block; width: 40%; background: #0891e1; height: 40px; line-height: 40px; color: #fff; font-weight: normal; margin: 0 10px; transition:0.3s;}
.slideTxtBox_cp .bd li dl dt:nth-of-type(2){ background: #e54f4b;}
.slideTxtBox_cp .bd li:hover .pic img{ transform: scale(1.1);}
.slideTxtBox_cp .bd li dl dt a{ color: #fff;}
.slideTxtBox_cp .bd li dl dt:hover{ box-shadow: 0 0 8px rgba(0,0,0,0.7);}

@media (min-width: 768px) and (max-width: 1200px){
	.slideTxtBox_cp .bd li dl dt{  margin: 0; width: 45%;}
}
@media screen and (max-width:765px){
  .slideTxtBox_cp .hd{ margin-top: 3%; padding: 0 2%;}
  .slideTxtBox_cp .hd ul li{ margin-bottom: 2%;}
  .slideTxtBox_cp .bd ul li .tit{ line-height: 4rem;}
  .slideTxtBox_cp .bd li dl dt{  margin: 0; width: 45%; height: 30px; line-height: 30px;}
}

.ysline{ background: #f0f0f5; width: 100%; height: auto;}


.ysnr .pic img{ width: 100%;}
.ysnr .font .tit .num{ float: left; width: 15%;}
.ysnr .font .tit .num img{ max-width: 100%;}
.ysnr .font .tit .left{ border-bottom: 1px solid #dcdcdc; padding-bottom: 10px; width: 80%;}
.ysnr .font .tit .left span{ float: left; display: block; height: 40px; background: #0891e1; line-height: 40px; color: #fff; font-size: 30px; margin-left: 10px; padding: 0 20px;}
.ysnr .font .tit p{ color: #010101; font-size: 28px; line-height: 50px;}
.ysnr .font ul{ padding-top: 10px;}
.ysnr .font ul li{ background: url(../images/ysicon.png) no-repeat left 15px; padding-left: 15px; color: #666666; font-size: 16px; line-height: 35px;}
.ysnr .font ul li span{ color: #dc0000; font-weight: bold;}

@media screen and (max-width:765px){
.ysnr .font .tit{ margin-top: 20px;}
}


#khjz{ background: url(../images/jzbj.png) no-repeat center top; width: 100%; height: auto;}
#khjz ul{ padding-top: 30px;}
#khjz ul li{ background: #fff; margin-bottom: 20px;}
#khjz ul li .left{ width: 45%;}
#khjz ul li .left img{ width: 100%;}
#khjz ul li .right{ width: 55%; padding: 23px 20px;}
#khjz ul li .right .tit{ color: #383838; font-size: 16px;}
#khjz ul li .right .content{ color: #999999; padding: 10px 0; line-height: 30px;}
#khjz ul li .right .more{ border:1px solid #dcdcdc; height: 40px; padding-top: 10px; text-align: center; width: 50%; float: left; transition:0.3s;}
#khjz ul li .right .more p{ display: inline-block; width: 23px; height: 14px; overflow: hidden; }
#khjz ul li .right .more p img{ width: 46px; height: 14px; vertical-align: baseline; margin-left: 0; transition:0.3s;}
#khjz ul li:hover .right .more p img{ margin-left: -23px;}
#khjz ul li:hover .right .more{ background: #e54f4b; border: 1px solid #e54f4b;}


#xw_pic img{ width: 100%;}
#xw_font{ border-bottom: 1px solid #e7e7e7; padding: 10px 0; line-height: 30px;}
#xw_font a{ display: block; color: #333333; font-size: 16px; font-weight: bold;}
#xw_font p{ color: #999; font-family: arial; font-size: 16px;}
.xwlb{ padding-top: 20px;}
.xwlb li{ background: url(../images/ysicon.png) no-repeat left center; padding-left: 20px; line-height: 40px;}
.xwlb li a{ display: block; float: left; width: 80%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.xwlb li span{ float: right; color: #b7b7b7; font-size: 12px; font-family: arial;}


#xwnr li{ background: url(../images/ysicon.png) no-repeat left center; padding-left: 20px; border-bottom: 1px solid #e6e6e6; height: 50px; line-height: 50px; transition:0.5s; cursor: pointer; overflow: hidden;}
#xwnr li .content{ height: auto; display: none; padding: 0 !important; opacity: 0; transition:0.3s;}
#xwnr li .tit{ float: left; width: 80%; transition:0.3s; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
#xwnr li .tit span{ display: none; float: left; width: 80px; height: 30px; background: #e54f4b; line-height: 30px; text-align: center; color: #fff; border-radius: 15px; margin: 10px 10px 0 0;}
#xwnr li p{ float: right; color: #999999; font-size: 1.3rem; font-family: arial; padding-top: 0; transition:0.3s;}
#xwnr li.active{ padding: 2% 0; height: 140px; cursor: pointer; background: none;}
#xwnr li.active .content{ opacity: 1; display: block;}
#xwnr li.active .tit{ float: none; font-size: 1.5rem; font-weight: bold; width: 100%;}
#xwnr li.active p{ display: none;}
#xwnr li.active .tit span{ display: block;}
@media screen and (max-width:768px){
	#xwnr li.active{ height: 150px;}
}

#xwend_pic{ margin-top: 30px; background: #0891e1;}
#xwend_pic .left{ width: 80%;}
#xwend_pic .left img{width: 100%;}
#xwend_pic .right{ width: 20%; text-align: center; color: #fff;}
#xwend_pic .right p{ line-height: 40px; padding-top: 25px;}

@media screen and (max-width:768px){
	#xwend_pic .right p{ padding-top: 7px;}
}



/*#cpnr{ position: absolute; bottom: 15px;}*/
#cpnr .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 3rem;
}
#cpnr .swiper-slide {
  text-align: center;
  transition:0.3s;
  overflow: hidden;
  position: relative;
  /* Center slide text vertically */
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#cpnr .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 80%; position: relative; overflow: hidden;}
#cpnr .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#cpnr .swiper-slide p{ position: absolute; left: 0; bottom: 0; text-align: center; width: 100%; color: #fff; height: 40px; line-height: 40px; background-color: rgba(0,0,0,0.5); transition:0.3s;}
#cpnr .swiper-slide p img{ opacity: 0; display: none;}
#cpnr .swiper-slide p a{ color: #fff;}
#cpnr .swiper-slide:hover p{ height: 100%; background: rgba(1,53,150,0.7);}
#cpnr .swiper-slide:hover p span{ display: block; width: 100%; padding: 65px 0 20px;}
#cpnr .swiper-slide:hover p img{ opacity: 1; display: inline-block;}
#cpnr .swiper-slide:hover{ box-shadow:0px 0px 10px #d7d7d7;}
#cpnr .swiper-slide:hover img{ transform: scale(1.1);}



/*子页*/
#ssbj{ height: 50px; line-height: 50px; background: #f8f8f8;}
#ssbj .container{ background: url(../images/home.png) no-repeat left center; padding-left: 40px; color: #999;}
#ssbj .container a{ color: #999; padding:  0 5px;}

.content_zy{ padding: 2% 15px; line-height: 30px;}

#jj_qywh{ background: url(../images/gsjj_ys.jpg) no-repeat center top; width: 100%; height: auto;}
#jj_qywh li{ text-align: center; color: #fff; padding: 5% 0; cursor: pointer;}
#jj_qywh li .pic{ padding: 0 0 10%}
#jj_qywh li .tit{ font-size: 2rem; position: relative; line-height: 5rem; display: inline-block;}
#jj_qywh li .tit::before{ position: absolute; left: 26%; bottom: 0; content: ''; height: 1px; background: #cd0700; width: 40%; transition:0.3s;}
#jj_qywh li .nr{ line-height: 2.5rem; padding-top: 5%;}
#jj_qywh li:hover .tit::before{ width: 100%; left: 0;}
#jj_qywh li:hover .pic img{animation: swing 1s;}
@-webkit-keyframes swing{
    20%{-webkit-transform:rotate(15deg);}
    40%{-webkit-transform:rotate(-10deg);}
    60%{-webkit-transform:rotate(5deg);}
    80%{-webkit-transform:rotate(-5deg);}
    100%{-webkit-transform:rotate(0);}
}
@-moz-keyframes swing{
    20%{-moz-transform:rotate(15deg);}
    40%{-moz-transform:rotate(-10deg);}
    60%{-moz-transform:rotate(5deg);}
    80%{-moz-transform:rotate(-5deg);}
    100%{-moz-transform:rotate(0);}
}
@-ms-keyframes swing{
    20%{-ms-transform:rotate(15deg);}
    40%{-ms-transform:rotate(-10deg);}
    60%{-ms-transform:rotate(5deg);}
    80%{-ms-transform:rotate(-5deg);}
    100%{-ms-transform:rotate(0);}
}
@keyframes swing{
    20%{transform:rotate(15deg);}
    40%{transform:rotate(-10deg);}
    60%{transform:rotate(5deg);}
    80%{transform:rotate(-5deg);}
    100%{transform:rotate(0);}
}



#xwzx .swiper-container {
  margin: 3% 0 0;
  width: 100%;
  height: 100%;
  padding-bottom: 4%;
}
#xwzx .swiper-slide {
  text-align: center;
  transition:0.3s;
  border-bottom: 1px solid #cbcbcb;
  position: relative;
  
  /* Center slide text vertically */
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#xwzx .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 68%; position: relative; overflow: hidden;}
#xwzx .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#xwzx .swiper-slide .tit{ padding: 2% 2% 0; color: #666666; font-size: 1.5rem;}
#xwzx .swiper-slide .content{ padding: 2%; width: 100%; text-align: left; transition:0.3s; color: #999999;}
#xwzx .swiper-slide:hover{  box-shadow: 0px 0px 20px #ccc;  transform: translateY(-10px); background: #fff; }
#xwzx .swiper-slide:hover .pic img{ transform: scale(1.1);}
#xwzx .swiper-slide::before{ position: absolute; content: ''; background: #ca000d; left: 0; bottom: 0; height: 3px; width: 0; width: 0; transition:0.3s; }
#xwzx .swiper-slide:hover::before{ width: 100%;}


.pro_lb div{ padding: 0 1%;}
.pro_lb li{ display: inline-block; background: url(../images/cpicon1.png) no-repeat 20px center #0891e1; margin-bottom: 3%; border:1px solid #0891e1; width: 100%; height: 4.5rem; border-radius: 3rem; line-height: 4.5rem; padding: 0 0 0 10px; text-align: center; cursor:pointer; color: #fff !important; transition:0.4s;}
.pro_lb li a{ color: #fff !important;}
.pro_lb li:hover{ height: 4.5rem; background: url(../images/cpicon.png) no-repeat 20px center #fff; color: #0891e1 !important;}
.pro_lb li:hover a{ color: #636363 !important;}
.pro_lb .on{ height: 4.5rem; background: url(../images/cpicon.png) no-repeat 20px center #fff; color: #0891e1 !important;}
.pro_lb .on a{ color: #636363 !important;}



#cpbj1{ background: url(../images/cpbj1.jpg) repeat-y center top; width: 100%; height: auto;}
#cpbj2{ background: url(../images/cpbj2.jpg) no-repeat right bottom #fbfcfe; width: 100%; height: auto; font-size: 16px;}
#cpbj2 .main{ line-height: 40px !important;}
#cpbj2 .main img{ margin: 0 auto; display: block; max-width: 100%;}
#cpbj3{ background: url(../images/cpbj3.jpg) no-repeat right top; width: 100%; height: auto;}
#cpbj4{ background:#f2f5f6; width: 100%; height: auto;}
#cpbj4 img{ margin: 0 auto; display: block; max-width: 100%;}


.cptit1{ text-align: center; position: relative; margin-bottom: 3% !important;}
/*.cptit1 p{ color: rgba(163,169,196,0.2); font-size: 6rem; font-family: arial; text-transform: uppercase; font-weight: bold;}
.cptit1 span{ display: block; position: relative; color: #484b54; font-size: 4rem; z-index: 2; margin-top: -10px;} padding-bottom: 33%;*/
.o_product{ clear: both; padding: 50px 0 0;}
.o_product .o_product_img{ height: 385px;  position: relative; overflow: hidden;}
.o_product .o_product_img img{  width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}

.o_product .o_product_info{ }
.o_product .o_product_info .cptit{ border-bottom: 1px solid #d9d9d9; padding-bottom: 10px;}
.o_product .o_product_info .cptit h2{ color: #333333; font-size: 24px; line-height: 40px; margin: 0;}
.o_product .o_product_info .cptit .content{ padding: 0;}
.o_product .o_product_info .o_product_detail{ font-size: 14px; color: #999; margin: 10px 0;}
.o_product .o_product_info .o_product_detail .o_product_data{ clear: both; width: 100%; height: auto; margin-bottom: 10px;}
.o_product .o_product_info .o_product_detail .o_product_data:after,.o_product:after{ display: block; content: ''; clear: both; height: 0; width: 0;}
.o_product_data span{ display: block;}
.o_product_data span.key{ float: left; color: #e74d45; font-size: 18px; border-left: 2px solid #e74d45; padding-left: 15px;}
.o_product_data span.val{ float: left; height: auto; line-height: 25px; width: 380px; padding-left: 5px;}
.colhs{ color: #FE4200;}
.o_product_data span.val b{ color:#FE4200; font-size: 16px;}

/*.o_product_detail li{ width: 148px; height: 142px; float: left; margin: 10px 15px 20px 0;}*/
.o_product_detail .col-xs-4{ padding: 0 5px;}
.o_product_detail li .pic{  width: 100%; height: 0; padding-bottom: 80%; position: relative; overflow: hidden; border: 2px solid #e5e5e5; transition:0.3s;}
.o_product_detail li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}
.o_product_detail li p{ height: 30px; line-height: 30px; text-align: center; font-size: 12px;}
.o_product_detail li:hover .pic{ border: 2px solid #013596;}
.o_product_info #cptel{ height: 52px; line-height: 52px;  font-size: 16px; border-radius: 4px; background: #013596; text-align: left; color: #fff; padding: 0 !important;}
.o_product_info #cptel i{ display: block; float: left; width: 22px; height: 50px; line-height: 50px; margin: 0 10px 0 15px;}
.o_product_info #cptel i img{  display: inline-block; width: 22px; height: 22px; vertical-align: middle;}
.o_product_info .go_order{  border: none; outline: none; transition:0.3s; cursor: pointer; padding: 0 !important;}
.o_product_info .go_order i{ display: block; float: left; width: 22px; height: 50px; line-height: 50px; margin: 0 20px 0 30px;}
.o_product_info .go_order i img{  display: inline-block; width: 22px; vertical-align: middle;}

.o_product_info .go_order .btn{ display: block; line-height:50px; text-align: left; background-color: #ffc71c; color: #333; font-size: 1.5rem; padding:0; position: relative; overflow: hidden;}
.o_product_info .go_order .btn::before{ content: ''; position: absolute; width:100%; height:300%;background-color: rgba(255,255,255,.16); left: -50%;margin: auto;;bottom: 0%; -webkit-transform: rotate(15deg); -moz-transform: rotate(15deg); -ms-transform: rotate(15deg); -o-transform: rotate(15deg); transform: rotate(15deg); -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s;}
.o_product_info .go_order .btn span{ position: relative; z-index:2;}

@media screen and (max-width:768px){
	.o_product_info #cptel{ font-size: 14px;}
	.o_product_info .go_order .btn{ font-size: .875rem;}
}






.o_product_info .go_order .btn:hover{ background-color: #ffd657;}
.o_product_info .go_order .btn:hover::before{transform: rotate(30deg) translateX(100%);}
#fwms{ margin-top: 10px;}
#fwms .tit{ background: url(../images/cp_fw.png) no-repeat left center; padding-left: 30px; color: #333333; font-size: 16px; height: 30px; line-height: 30px;}
#fwms ul{ padding-top: 10px;}
#fwms ul li{ border: 1px solid #cecece; height: 30px; line-height: 30px; text-align: center; transition:0.3s; cursor: pointer; margin-bottom: 5px;}
#fwms ul div{ padding: 0 5px;}
#fwms ul li:hover{ background: #e74d45; color: #fff; border: 1px solid #e74d45;}


#cpbj3 ul{ padding: 30px 0;}
#cpbj3 li{ text-align: center; color: #fff;}
#cpbj3 li .tit{ position: relative; padding-bottom: 10px; margin-top: 20px;}
#cpbj3 li .tit p{ font-size: 24px; font-weight: bold;}
#cpbj3 li .tit span{ color: rgba(255,255,255,0.5); font-size: 12px; font-family: arial; text-transform: uppercase;}
#cpbj3 li .tit::before{ position: absolute; content: ''; bottom: 0; height: 1px; width: 20%; left: 40%; background: #fff;}
#cpbj3 li .content{ width: 95%; font-size: 15px; padding-top: 20px;}


#zzry .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;  
  padding-top: 15px;
}
#zzry .swiper-slide {
  text-align: center;
  transition:0.3s;
  overflow: hidden;
  position: relative;
  /* Center slide text vertically */
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#zzry .swiper-slide .pic{ display: block; width: 100%; height: 235px; overflow: hidden;}
#zzry .swiper-slide .pic img{ width: 100%; height: 235px; transition:0.3s;}
#zzry .swiper-slide p{ position: absolute; left: 0; bottom: 0; text-align: center; width: 100%; color: #fff; height: 40px; line-height: 40px; background-color: rgba(0,0,0,0.5); transition:0.3s;}
#zzry .swiper-slide p img{ opacity: 0; display: none;}
#zzry .swiper-slide p a{ color: #fff;}
#zzry .swiper-slide:hover p{ height: 100%; background: rgba(1,53,150,0.9);}
#zzry .swiper-slide:hover p span{ display: block; width: 100%; padding-top: 65px;}
#zzry .swiper-slide:hover p img{ opacity: 1; display: inline-block;}
#zzry .swiper-slide:hover{ box-shadow:0px 0px 10px #d7d7d7;}
#zzry .swiper-slide:hover img{ transform: scale(1.1);}
#zzry .swiper-container .swiper-button-next,#zzry .swiper-container .swiper-button-prev{ background: url(../images/right.png) no-repeat center #c40001; width: 35px; height: 35px; position: absolute; bottom: 0; top: auto; transition:0.3s;}
#zzry .swiper-container .swiper-button-prev{ background: url(../images/left.png) no-repeat center #0053b0; right: auto; left: 45%;}
#zzry .swiper-container .swiper-button-next{ left: auto; right: 45%;}
#zzry .swiper-container .swiper-button-prev:hover{ background: url(../images/left.png) no-repeat center #e9ad45; box-shadow:0px 0px 10px #d7d7d7;}
#zzry .swiper-container .swiper-button-next:hover{ background: url(../images/right.png) no-repeat center #e9ad45; box-shadow:0px 0px 10px #d7d7d7;}
#zzry .swiper-container #more{ position: absolute; left: 0; width: 100%; bottom: 0; text-align: center;}
#zzry .swiper-container #more a{ display: block; width: 35px; margin: 0 auto; height: 35px; line-height: 35px; background: #c5c5c5;}





/*公共*/
.pro-sider {
	float: left;
}
.pro-sider .in-title {
	height: 80px;
	background: url(../images/i-pro-title.jpg) repeat center;
	text-align: center;
	line-height: 1;
	overflow: hidden;
}
.pro-sider .in-title h3 {
	margin-top: 20px;
	font-size: 22px;
	color: #fff;
	margin-bottom: 5px;
}
.pro-sider .in-title em {
	font-size: 13px;
	color: #728dbc;
}
.pro-sider .pro-sider-ul {
	border: 1px solid #ededed;
	background: #fff;
	border-top: none;
	overflow: hidden;
}
.pro-sider .pro-sider-ul .ul-li {
	padding: 0 15px;
	height: 59px;
}
.pro-sider .pro-sider-ul .ul-li a {
	position: relative;
	height: 58px;
	line-height: 58px;
	font-size: 14px;
	color: #595959;
	display: block;
	padding-left: 10px;
	padding-right: 30px;
	border-bottom: 1px dashed #ededed;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a h2{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}
.pro-sider .pro-sider-ul .ul-li a div.icon {
	position: absolute;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	background: #ededed url(../images/sider-bg-01.png) no-repeat center;
	border-radius: 50%;
	right: 8px;
	top: 50%;
	margin-top: -8px;
	font-size: 12px;
}
.pro-sider .pro-sider-ul .ul-li:hover,
.pro-sider .pro-sider-ul .ul-li.active {
	background: #268ae7;
}
.pro-sider .pro-sider-ul .ul-li:hover a,
.pro-sider .pro-sider-ul .ul-li.active a {
	border: none;
	color: #fff;
}
.pro-sider .pro-sider-ul .ul-li:hover div.icon,
.pro-sider .pro-sider-ul .ul-li.active div.icon {
	background: #0058b1 url(../images/sider-bg-02.png) no-repeat center;
}
.pro-sider .pro-sider-ul .ul-li:last-child a {
	border-bottom: none;
}
.pro-sider .pro-sider-tel {
	overflow: hidden;
	height: 100px;
	line-height: 1;
	font-size: 20px;
	color: #0058b1;
	border: 1px solid #ededed;
	border-top: none;
	padding-left: 80px;
	background: url(../images/sider-tel.png) no-repeat 25px center;
}
.pro-sider .pro-sider-tel span {
	display: block;
	margin: 30px 0 8px;
	font-size: 14px;
	color: #808080;
}
.pro-sider .pro-sider-tel em {
	letter-spacing: 2px;
	font-weight: bold;
}


.m-column-t {
	position: relative;
	text-align: center;
	font-size: 0;
}
.m-column-t .center {
	display: inline-block;
	font-size: 0;
}
.m-column-t .center h3 {
	color: #333;
	font-size: 30px;
}
.m-column-t .center p {
	color: #d2d2d2;
	font-size: 30px;
}
.m-column-t span {
	position: absolute;
	width: 415px;
	top: 50%;
	margin-top: -5px;
	height: 5px;
	border-bottom: 1px solid #d2d2d2;
	z-index: 1;
}
.m-column-t span.mcl {
	left: 0;
}
.m-column-t span.mcl em {
	float: right;
}
.m-column-t span.mcr {
	right: 0;
}
.m-column-t span em {
	display: block;
	height: 11px;
	border-left: 1px solid #d2d2d2;
}
.textLine {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.textLine3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.textHidden {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.domHidden {
	overflow: hidden;
}
.about-main {
	padding: 20px 0 70px;
	min-height: 170px;
}
.about-main .ab-content {
	float: right;
	width: 925px;
}
.about-main .ab-content .title {
	line-height: 50px;
}
.about-main .ab-content .title a {
	color: #333;
	padding: 0 5px;
}
.about-main .ab-content .title span.icon-home {
	color: #535353;
}
.about-main .ab-content .title em {
	color: #999;
}
.about-main .ab-content .ab-conBox {
	overflow: hidden;
	background: #fff;
	min-height: 55px;
	padding: 30px 45px 40px;
}
.about-main .ab-content .ab-conBox .de-title {
	text-align: center;
	font-size: 20px;
	color: #333;
	line-height: 25px;
	margin-bottom: 8px;
}
.about-main .ab-content .ab-conBox .sub-co {
	font-size: 14px;
	color: #999;
	text-align: center;
	line-height: 18px;
}
.about-main .ab-content .ab-conBox .ab-detail {
	overflow: hidden;
	margin-top: 30px;
	font-size: 14px;
	color: #777373;
	line-height: 25px;
}
.ab-sild {
	float: left;
}
.ab-sild .title {
	position: relative;
	height: 50px;
	text-align: center;
	background: #f3c04b;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.ab-sild .title span {
	position: absolute;
	height: 3px;
	width: 30px;
	top: 50%;
	margin-top: -3px;
	border-bottom: 1px solid #fff;
}
.ab-sild .title span em {
	display: block;
	height: 7px;
	border-left: 1px solid #fff;
}
.ab-sild .title span.stl {
	left: 35px;
}
.ab-sild .title span.stl em {
	float: right;
}
.ab-sild .title span.str {
	right: 35px;
}
.ab-sild .sild-cate {
	background: #fff;
	margin-bottom: 20px;
}
.ab-sild .sild-cate .list {
	overflow: hidden;
}
.ab-sild .sild-cate .list li {
	position: relative;
	border-bottom: 1px solid #eee;
	height: 60px;
	line-height: 60px;
}
.ab-sild .sild-cate .list li a {
	display: block;
	padding-right: 35px;
	font-size: 14px;
	color: #333;
	padding-left: 20px;
}
.ab-sild .sild-cate .list li:last-child {
	border-bottom: none;
}
.ab-sild .sild-cate .list li:hover {
	border-color: #f3c04b;
	background: #f3c04b;
}
.ab-sild .sild-cate .list li:hover a {
	color: #fff;
}
.ab-sild .sild-cate .list li:hover:after {
	color: #fff;
}
.ab-sild .sild-cate .list li:after {
	font-weight: bold;
	right: 20px;
	top: 0;
	color: #999;
	position: absolute;
	content: "\e904";
	font-family: 'icomoon' !important;
}
.ab-sild .sild-cont {
	background: #fff;
}
.ab-sild .sild-cont .cont-list {
	padding: 20px;
}
.ab-sild .sild-cont .cont-list ul li {
	color: #333;
	padding: 5px 0;
	padding-left: 60px;
	font-size: 14px;
}
.ab-sild .sild-cont .cont-list ul li span {
	width: 60px;
	margin-left: -60px;
	display: block;
	height: 20px;
	line-height: 20px;
	float: left;
	color: #666;
}
.pro-center {
	background: #fff;
	padding-bottom: 25px;
}
.pro-center .pro-list {
	overflow: hidden;
	padding: 25px 18px 10px;
}
.pro-center .pro-list ul li {
	float: left;
	width: 200px;
	margin: 0 10px 20px;
	border: 1px solid #fff;
}
.pro-center .pro-list ul li:hover {
	border-color: #f3c04b;
}
.pro-center .pro-list ul li .img {
	overflow: hidden;
	width: 200px;
	height: 200px;
	line-height: 200px;
	text-align: center;
	font-size: 0;
	background: #eee;
}
.pro-center .pro-list ul li .img img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.pro-center .pro-list ul li .title {
	background: #f7f8fc;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.pro-center .pro-list ul li .title:hover {
	color: #f3c04b;
}
.page {
	font-size: 0;
	text-align: center;
}
.page .center {
	display: inline-block;
	overflow: hidden;
}
.page .center .page-span {
	float: left;
	font-size: 14px;
	color: #c3c3c3;
	line-height: 32px;
	margin-right: 30px;
}
.page .center .page-list {
	float: left;
	overflow: hidden;
}
.page .center .page-list ul li {
	float: left;
	width: auto;
	min-width: 30px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	margin: 0 4px;
	padding: 0;
	border: none;
	background: transparent;
}
.page .center .page-list ul li a {
	min-width: 20px;
	padding: 0 5px;
	border: 1px solid #eee;
	display: block;
	color: #333;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: hidden;
	background: #fff;
}
.page .center .page-list ul li:hover a {
	color: #f3c04b;
}
.page .center .page-list ul li.active a {
	background: #f3c04b;
	color: #fff;
}
.news-center {
	background: #fff;
	padding-bottom: 25px;
}
.news-center .new-list {
	padding: 45px 45px 0px;
}
.news-center .new-list ul li {
	margin-bottom: 35px;
	border-bottom: 1px solid #eee;
}
.news-center .new-list ul li a {
	overflow: hidden;
	display: block;
	height: 90px;
	padding-bottom: 30px;
}
.news-center .new-list ul li a .img {
	float: left;
	width: 130px;
	height: 90px;
	background: #eee;
	line-height: 90px;
	font-size: 0;
	text-align: center;
}
.news-center .new-list ul li a .img img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.news-center .new-list ul li a .info {
	float: right;
	width: 690px;
}
.news-center .new-list ul li a .info h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #333;
}
.news-center .new-list ul li a .info em {
	display: block;
	font-size: 12px;
	color: #999;
	line-height: 16px;
	margin-bottom: 10px;
}
.news-center .new-list ul li a .info p {
	font-size: 14px;
	line-height: 22px;
	color: #999;
	max-height: 44px;
	overflow: hidden;
}
.news-center .new-list ul li a:hover h3 {
	color: #f3c04b;
}
.message-c {
	background: #fff;
	padding: 40px 50px;
	overflow: hidden;
}
.message-c .p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin-bottom: 35px;
}
.message-c .from input {
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0 5px;
	border: 1px solid #d2d2d2;
	margin-bottom: 10px;
	font-size: 14px;
	color: #333;
}
.message-c .from input[name=user],
.message-c .from input[name=phone] {
	width: 348px;
}
.message-c .from textarea {
	font-size: 14px;
	color: #333;
	line-height: 20px;
	display: block;
	width: 728px;
	height: 130px;
	border: 1px solid #d2d2d2;
	padding: 5px;
	margin-bottom: 10px;
}
.message-c .from .code {
	overflow: hidden;
}
.message-c .from .code input[name=code] {
	width: 258px;
	float: left;
}
.message-c .from .code a {
	display: block;
	float: left;
	width: 80px;
	height: 38px;
	padding: 1px 0;
	margin-left: 10px;
}
.message-c .from .code a img {
	width: 80px;
	height: 38px;
}
.message-c .from .btn {
	padding-top: 25px;
}
.message-c .from .btn a {
	display: block;
	width: 362px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	background: #8fa4de;
}
.message-c .from .btn a:hover {
	background: #8397d0;
}
.contact-o {
	background: #fff;
	overflow: hidden;
	padding: 40px 0;
	text-align: center;
}
.contact-o iframe {
	width: 830px;
	height: 500px;
	margin: 0 auto;
}
/*# sourceMappingURL=./index.css.map */